.showcategoryp ul {
    display: block;
    height: 170px;
    left: 23px;
    overflow: hidden;
    position:absolute;
    width: 740px;
	top:43px;
}
.showcategoryp ul li {
    display: block;
    float: left;
	text-align:center;
    font-size: 12px;
    margin-left: 5px;
    width: 99px;
}
.showcategoryp ul li a {
    border: 1px solid #FFFFFF;
    display: block;
    height: 95px;
    margin-top: 5px;
	text-decoration:none;
    position: relative;
    width: 100px;
}
.showcategoryp ul li img
{
	border:1px #CCC solid;
	height:95px;
	width:95px;
}
.showcategoryp_l{
    background: url(../images/next_l.gif) no-repeat;
    cursor: pointer;
    height: 62px;
    left: 5px;
    position: absolute;
    top: 50px;
    width: 17px;
}
.showcategoryp_r{    
	background: url(../images/next_r.gif) no-repeat ;
    cursor: pointer;
    height: 62px;
    left: 760px;
    position: absolute;
    top: 50px;
    width: 17px;}
.showcategoryp .page{
	font-weight:bolder;
	float:right;
	padding-right:30px;}

.showcategoryp, .showcategoryp_s {
    height: 220px;
    position: relative;
}